home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu188.dms / pu188.adf / MAKEVIDEO < prev    next >
Text File  |  1987-08-09  |  1KB  |  41 lines

  1. ; VIDEO FONTS DISK CREATOR
  2. ; This EXECUTE file creates a special FONTS disk for use by other programs
  3. ; You must have a blank, formatted disk named "FONTS" available
  4. ; ie. FORMAT DRIVE DF1: NAME FONTS
  5. copy fonts#1:video/#? to ram:
  6. makedir ram:2001
  7. makedir ram:B'wayDeco
  8. makedir ram:Basic
  9. makedir ram:Chex
  10. makedir ram:Citylight
  11. makedir ram:clean
  12. makedir ram:CleanII
  13. makedir ram:crown
  14. makedir ram:Data
  15. makedir ram:Diamond
  16. makedir ram:Ghost
  17. makedir ram:ibm5
  18. makedir ram:Shadow2
  19. makedir ram:smallfont
  20. makedir ram:Two
  21. copy fonts#1:video/2001 to ram:2001
  22. copy fonts#1:video/B'wayDeco to ram:B'wayDeco
  23. copy fonts#1:video/Basic to ram:Basic
  24. copy fonts#1:video/Chex to ram:Chex
  25. copy fonts#1:video/CityLight to ram:CityLight
  26. copy fonts#1:video/clean to ram:clean
  27. copy fonts#1:video/CleanII to ram:CleanII
  28. copy fonts#1:video/crown to ram:crown
  29. copy fonts#1:video/Data to ram:Data
  30. copy fonts#1:video/Diamond to ram:Diamond
  31. copy fonts#1:video/Ghost to ram:Ghost
  32. copy fonts#1:video/ibm5 to ram:ibm5
  33. copy fonts#1:video/Shadow2 to ram:Shadow2
  34. copy fonts#1:video/smallfont to ram:smallfont
  35. copy fonts#1:video/Two to ram:Two
  36. cd RAM:
  37. echo "You MUST insert a blank, formatted disk named "FONTS" into any drive."
  38. echo "Then type:"
  39. echo "               COPY RAM: TO FONTS: ALL"
  40.  
  41.